Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387
Creator: Michael Olson <mwolson@gnu.org>
* erc.el (erc-arrange-session-in-multiple-windows): Fix bug with
multi-tty Emacs.
+ (erc-select-startup-file): Fix bug introduced by recent change.
2006-08-05 Michael Olson <mwolson@gnu.org>
See also `erc-startup-file-list'."
(catch 'found
(dolist (f erc-startup-file-list)
- (setq f (convert-standard-file-name f))
+ (setq f (convert-standard-filename f))
(when (file-readable-p f)
(throw 'found f)))))